home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / skin.xml287 < prev    next >
Text File  |  2008-05-22  |  11KB  |  186 lines

  1. <settings>
  2.     <!-- named colours -->
  3.     <NamedColors>
  4.         <NamedColor name="StatusPending" color="White"/>
  5.         <NamedColor name="StatusRecording" color="Orange"/>
  6.         <NamedColor name="StatusAvailable" color="LightGreen"/>
  7.         <NamedColor name="StatusError" color="Red"/>
  8.     </NamedColors>
  9.     
  10.     <!-- text style -->
  11.     <TextStyles>        
  12.         <TextStyle name="DetailsViewItemsTitle" color="White" size="12"/>
  13.         <TextStyle name="DetailsViewFolders" color="White" size="12"/>
  14.         <!-- Shared -->
  15.         <TextStyle name="Pending" color="Yellow" size="12"/>
  16.         <TextStyle name="Ready" color="LightGreen" size="12"/>
  17.         <TextStyle name="Conflict" color="Orange" size="12"/>
  18.         <TextStyle name="Failed" color="Red" size="12"/>
  19.         <TextStyle name="Recording" color="Orange" size="12"/>
  20.         <TextStyle name="Recurring" color="White" size="12"/>
  21.     </TextStyles>
  22.  
  23.     <!-- placements -->
  24.     <Placements>
  25.         <Placement name="ListBackground" loc="23,10"/>
  26.         <Placement name="DetailsView" loc="25,12" size="70,18.3" spacing="18.7" rows="4"/>
  27.         <Placement name="ListView" loc="25,12" size="70,10.2" spacing="10.7" rows="7"/>
  28.         <Placement name="NoItemsMessage" loc="25,15"/>
  29.         <Placement name="ListPositionInfo" loc="75,87"/>
  30.         <Placement name="ListScrollUp" loc="85.5,87"/>
  31.         <Placement name="ListScrollDown" loc="90.25,87"/>
  32.         <Placement name="InsetRect" loc="3.5,72" size="22,22"/>
  33.     </Placements>
  34.     
  35.     <!-- Composite Images -->    
  36.     <CompositeImages>
  37.         <CompositeImage name="ListBackground" size="73.0,85.0">
  38.           <!-- <DrawImage filename="ListView_Pane.png" loc="0,0" size="100,100"/>  -->
  39.         </CompositeImage>
  40.  
  41.         <!-- misc list elements -->
  42.         <CompositeImage name="NoItemsMessage" size="70,10">
  43.             <DrawCommonImage name="DetailsViewNormalItemBackground"/>
  44.             <DrawText text="@noItemsMessage" loc="5,15" size="90,80" textStyle="GeneralTextStyle" align="Center"/>
  45.         </CompositeImage>
  46.  
  47.         <CompositeImage name="ListPositionInfo" size="10,5">
  48.             <DrawCommonImage name="DetailsViewNormalItemBackground"/>
  49.             <DrawText text="@positionText" loc="0,0" size="100,100" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
  50.         </CompositeImage>
  51.  
  52.         <CompositeImage name="ListScrollUp" size="4.25,5">
  53.             <DrawCommonImage name="DetailsViewNormalItemBackground"/>
  54.             <DrawImage filename="../_CoreImages/Up.png" loc="15,10" size="70,80"/>
  55.         </CompositeImage>
  56.  
  57.         <CompositeImage name="ListScrollDown" size="4.25,5">
  58.             <DrawCommonImage name="DetailsViewNormalItemBackground"/>
  59.             <DrawImage filename="../_CoreImages/Down.png" loc="15,10" size="70,80"/>
  60.         </CompositeImage>        
  61.  
  62.         <!-- item list skin elements -->
  63.         <CompositeImage name="NoItemsMessage" size="70,10">
  64.             <DrawCommonImage name="DetailsViewNormalItemBackground"/>
  65.             <DrawText text="@noItemsMessage" loc="5,15" size="90,80" textStyle="GeneralTextStyle" align="Center"/>
  66.         </CompositeImage>
  67.  
  68.         <!-- list view -->
  69.         <CompositeImage name="ListViewNormalItem" size="70,10.2">
  70.             <DrawCommonImage name="DetailsViewNormalItemBackground"/>
  71.             <DrawText text="@titleSubtitle" loc="3,9" size="79,50" wrap="false" textStyle="GeneralTextHeaderStyle" align="Left"/>
  72.             <DrawText text="@status" loc="3,9" size="95,50" textStyle="@status" align="Right"/>
  73.             <DrawText text="@period" loc="3,55" size="95,50" textStyle="GeneralTextStyle" align="Left"/>
  74.             <DrawText text="@channel" loc="3,55" size="95,50" textStyle="GeneralTextStyle" align="Right"/>
  75.       <DrawImage filename="@watchedIndicator" loc="2,10" size="1,80"/>
  76.     </CompositeImage>
  77.  
  78.         <CompositeImage name="ListViewSelectedItem" size="70,10.2">
  79.             <DrawCommonImage name="DetailsViewSelectedItemBackground"/>
  80.             <DrawText text="@titleSubtitle" loc="3,9" size="79,50" wrap="false" textStyle="GeneralTextHeaderStyle" align="Left"/>
  81.             <DrawText text="@status" loc="3,9" size="95,50" textStyle="@status" align="Right"/>
  82.             <DrawText text="@period" loc="3,55" size="95,50" textStyle="GeneralTextStyle" align="Left"/>
  83.             <DrawText text="@channel" loc="3,55" size="95,50" textStyle="GeneralTextStyle" align="Right"/>
  84.       <DrawImage filename="@watchedIndicator" loc="2,10" size="1,80"/>
  85.     </CompositeImage>
  86.  
  87.     <CompositeImage name="ListViewSelectedInactiveItem" size="70,10.2">
  88.       <DrawCommonImage name="DetailsViewSelectedInactiveItemBackground"/>
  89.       <DrawText text="@titleSubtitle" loc="3,9" size="79,50" wrap="false" textStyle="GeneralTextHeaderStyle" align="Left"/>
  90.       <DrawText text="@status" loc="3,9" size="95,50" textStyle="@status" align="Right"/>
  91.       <DrawText text="@period" loc="3,55" size="95,50" textStyle="GeneralTextStyle" align="Left"/>
  92.       <DrawText text="@channel" loc="3,55" size="95,50" textStyle="GeneralTextStyle" align="Right"/>
  93.       <DrawImage filename="@watchedIndicator" loc="2,10" size="1,80"/>
  94.         </CompositeImage>
  95.  
  96.         <!-- variables that can used include: groupName, totalCount, successCount, failedCount, lastRecordingDate, lastRecordingDateTime -->
  97.         <CompositeImage name="ListViewNormalFolder" size="70,10.2">
  98.             <DrawCommonImage name="DetailsViewNormalItemBackground"/>            
  99.             <DrawText text="@groupName" loc="3,9" size="79,50" wrap="false" textStyle="GeneralTextHeaderStyle" align="Left"/>
  100.             <DrawText text="@totalCount" loc="3,9" size="95,50" textStyle="GeneralTextStyle" align="Right"/>
  101.             <DrawText text="Last Recording:" loc="3,55" size="95,50" textStyle="GeneralTextStyle" align="Left"/>
  102.             <DrawText text="@lastRecordingDateTime" loc="30,55" size="95,50" textStyle="GeneralTextStyle" align="Left"/>      
  103.             <!--<DrawImage filename="@folderPreviewImage" loc="420,6" size="75,70"/>-->
  104.         </CompositeImage>
  105.  
  106.         <CompositeImage name="ListViewSelectedFolder" size="70,10.2">
  107.             <DrawCommonImage name="DetailsViewSelectedItemBackground"/>
  108.             <DrawText text="@groupName" loc="3,9" size="79,50" wrap="false" textStyle="GeneralTextHeaderStyle" align="Left"/>
  109.             <DrawText text="@totalCount" loc="3,9" size="95,50" textStyle="GeneralTextStyle" align="Right"/>
  110.             <DrawText text="Last Recording:" loc="3,55" size="95,50" textStyle="GeneralTextStyle" align="Left"/>
  111.             <DrawText text="@lastRecordingDateTime" loc="30,55" size="95,50" textStyle="GeneralTextStyle" align="Left"/>
  112.             <!--<DrawImage filename="@folderPreviewImage" loc="420,6" size="75,70"/>-->
  113.         </CompositeImage>
  114.  
  115.         <CompositeImage name="ListViewSelectedInactiveFolder" size="70,10.2">
  116.             <DrawCommonImage name="DetailsViewSelectedInactiveItemBackground"/>
  117.             <DrawText text="@groupName" loc="3,9" size="79,50" wrap="false" textStyle="GeneralTextHeaderStyle" align="Left"/>
  118.             <DrawText text="@totalCount" loc="3,9" size="95,50" textStyle="GeneralTextStyle" align="Right"/>
  119.             <DrawText text="Last Recording:" loc="3,55" size="95,50" textStyle="GeneralTextStyle" align="Left"/>
  120.             <DrawText text="@lastRecordingDateTime" loc="30,55" size="95,50" textStyle="GeneralTextStyle" align="Left"/>
  121.             <!--<DrawImage filename="@folderPreviewImage" loc="420,6" size="75,70"/>-->
  122.         </CompositeImage>
  123.  
  124.         
  125.         
  126.         
  127.         <CompositeImage name="DetailsViewNormalItem" size="70,18.3">
  128.             <DrawCommonImage name="DetailsViewNormalItemBackground"/>
  129.             <DrawImage filename="@previewImage" loc="2,5" size="17,90"/>
  130.             <DrawText text="@titleSubtitle" loc="20,5" size="78,25" wrap="false" textStyle="GeneralTextHeaderStyle" align="Left"/>
  131.             <DrawText text="@status" loc="20,5" size="78,25" textStyle="@status" align="Right"/>
  132.             <DrawText text="@channel" loc="20,25" size="78,25" textStyle="GeneralTextStyle" align="Left"/>
  133.             <DrawText text="@period" loc="20,45" size="78,50" textStyle="GeneralTextStyle" align="Left"/>
  134.             <DrawText text="@subtitle" loc="20,65" size="78,25" textStyle="GeneralTextStyle" align="Left"/>
  135.         </CompositeImage>
  136.  
  137.         <CompositeImage name="DetailsViewSelectedItem" size="70,18.3">
  138.             <DrawCommonImage name="DetailsViewSelectedItemBackground"/>
  139.             <DrawImage filename="@previewImage" loc="2,5" size="17,90"/>
  140.             <DrawText text="@titleSubtitle" loc="20,5" size="78,25" wrap="false" textStyle="GeneralTextHeaderStyle" align="Left"/>
  141.             <DrawText text="@status" loc="20,5" size="78,25" textStyle="@status" align="Right"/>
  142.             <DrawText text="@channel" loc="20,25" size="78,25" textStyle="GeneralTextStyle" align="Left"/>
  143.             <DrawText text="@period" loc="20,45" size="78,25" textStyle="GeneralTextStyle" align="Left"/>
  144.             <DrawText text="@subtitle" loc="20,65" size="78,25" textStyle="GeneralTextStyle" align="Left"/>
  145.         </CompositeImage>
  146.  
  147.         <CompositeImage name="DetailsViewSelectedInactiveItem" size="70,18.3">
  148.             <DrawCommonImage name="DetailsViewSelectedInactiveItemBackground"/>
  149.             <DrawImage filename="@previewImage" loc="2,5" size="17,90"/>
  150.             <DrawText text="@titleSubtitle" loc="20,5" size="78,25" wrap="false" textStyle="GeneralTextHeaderStyle" align="Left"/>
  151.             <DrawText text="@status" loc="20,5" size="78,25" textStyle="@status" align="Right"/>
  152.             <DrawText text="@channel" loc="20,25" size="78,25" textStyle="GeneralTextStyle" align="Left"/>
  153.             <DrawText text="@period" loc="20,45" size="78,25" textStyle="GeneralTextStyle" align="Left"/>
  154.             <DrawText text="@subtitle" loc="20,65" size="78,25" textStyle="GeneralTextStyle" align="Left"/>
  155.         </CompositeImage>
  156.  
  157.         <!-- variables that can used include: groupName, totalCount, successCount, failedCount, lastRecordingDate, lastRecordingDateTime -->
  158.         <CompositeImage name="DetailsViewNormalFolder" size="70,18.3">
  159.             <DrawCommonImage name="DetailsViewNormalItemBackground"/>
  160.             <DrawImage filename="@folderPreviewImage" loc="2,5" size="17,90"/>
  161.             <DrawText text="@groupName" loc="20,5" size="78,25" wrap="false" textStyle="GeneralTextHeaderStyle" align="Left"/>
  162.             <DrawText text="@totalCount" loc="20,25" size="95,25" textStyle="GeneralTextStyle" align="Left"/>
  163.             <DrawText text="Last Recording:" loc="20,65" size="95,25" textStyle="GeneralTextStyle" align="Left"/>
  164.             <DrawText text="@lastRecordingDateTime" loc="47,65" size="95,25" textStyle="GeneralTextStyle" align="Left"/>            
  165.         </CompositeImage>
  166.  
  167.         <CompositeImage name="DetailsViewSelectedFolder" size="70,18.3">
  168.             <DrawCommonImage name="DetailsViewSelectedItemBackground"/>
  169.             <DrawImage filename="@folderPreviewImage" loc="2,5" size="17,90"/>
  170.             <DrawText text="@groupName" loc="20,5" size="78,25" wrap="false" textStyle="GeneralTextHeaderStyle" align="Left"/>
  171.             <DrawText text="@totalCount" loc="20,25" size="95,25" textStyle="GeneralTextStyle" align="Left"/>
  172.             <DrawText text="Last Recording:" loc="20,65" size="95,25" textStyle="GeneralTextStyle" align="Left"/>
  173.             <DrawText text="@lastRecordingDateTime" loc="47,65" size="95,25" textStyle="GeneralTextStyle" align="Left"/>            
  174.         </CompositeImage>
  175.  
  176.         <CompositeImage name="DetailsViewSelectedInactiveFolder" size="70,18.3">
  177.             <DrawCommonImage name="DetailsViewSelectedInactiveItemBackground"/>
  178.             <DrawImage filename="@folderPreviewImage" loc="2,5" size="17,90"/>
  179.             <DrawText text="@groupName" loc="20,5" size="78,25" wrap="false" textStyle="GeneralTextHeaderStyle" align="Left"/>
  180.             <DrawText text="@totalCount" loc="20,25" size="95,25" textStyle="GeneralTextStyle" align="Left"/>
  181.             <DrawText text="Last Recording:" loc="20,65" size="95,25" textStyle="GeneralTextStyle" align="Left"/>
  182.             <DrawText text="@lastRecordingDateTime" loc="47,65" size="95,25" textStyle="GeneralTextStyle" align="Left"/>            
  183.         </CompositeImage>
  184.  
  185.     </CompositeImages>             
  186. </settings>